home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / cgazv3n4.zip / DOS4-DIR.ZIP / LOCAL.H < prev    next >
C/C++ Source or Header  |  1989-04-27  |  684b  |  28 lines

  1. /******************** LOCAL.H ********************
  2. *  Include file for use with DOS4.C and MEMORY.C *
  3. *  OK for Microsoft 5.1 and Turbo C 2.0          *
  4. *  (c) 1989 David Craig. See text for usage.     *
  5. *************************************************/
  6.  
  7. #include <ASSERT.H>
  8. #include <BIOS.H>
  9. #include <CONIO.H>
  10. #include <CTYPE.H>
  11. #include <DOS.H>
  12. #include <ERRNO.H>
  13. #include <FCNTL.H>
  14. #include <FLOAT.H>
  15. #include <IO.H>
  16. #include <LIMITS.H>
  17. #include <MATH.H>
  18. #include <PROCESS.H>
  19. #include <SETJMP.H>
  20. #include <SHARE.H>
  21. #include <SIGNAL.H>
  22. #include <STDARG.H>
  23. #include <STDDEF.H>
  24. #include <STDIO.H>
  25. #include <STDLIB.H>
  26. #include <STRING.H>
  27. #include <TIME.H>
  28.